home *** CD-ROM | disk | FTP | other *** search
- T.S. Small Utilities 1990, No rights reserved.
- ----------------------------------------------
- LOCKS.DOC For LOCKS.EXE and accompanying utilities
- --------------------------------------------------
- LOCKS.EXE is a handy program to set Caps, Num or Scroll Locks
- it might not perform such a difficult job, but it comes handy
- sometimes.
-
- Feel free to copy this program, distribute it, ... etc as long
- as no fee is charged, it saves me a lot of time to call it in
- my AUTOEXEC.BAT to set Num Lock off, and my Caps lock on.
-
- Using LOCKS.EXE is quite straight forward, just type the
- combination of switches you need, and it will obey.
-
- Example :
- C:\>LOCKS Cn
- Sets Caps Lock on and Num Lock Off
-
- C:\>LOCKS NcS
- Sets Num Lock On, Caps Lock Off, and Scroll Lock On
- { Why should anybody do that ?? :) }
-
- This program is written in Turbo Pascal ver 5.5, its quite
- a small piece of code but the .EXE is a bit bulky. That's why
- we supply 4 very small utilities written in assembly language
- to do almost the same job, They are :
-
- NLOCKOFF.COM ; To set the Num Lock Off
- CAPSON.COM ; To set the Caps Lock On
- NLOCK.COM ; To toggle the Num Lock status
- CAPS.COM ; To toggle the Caps Lock status
-
- THESE PROGRAMS ARE ABSOLUTELY FREE, USE THEM ... AND ABUSE THEM
- NO GUARANTEES OF ANY SORT ARE SUPPLIED THOUGH.
-
- *Best Of Luck